home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / jar22.zip / JAR.TXT < prev   
Text File  |  1996-06-18  |  2KB  |  57 lines

  1.  
  2. JAR (Just A Reminder) v2.1 
  3. ==========================
  4.  
  5. JAR is a Windows program to remind you of events you may forget.
  6. This program was written in Visual Basic 3.0, so you need to have 
  7. the file VBRUN300.DLL in your \windows\system directory.  
  8. There are 4 files included in this ZIP file.
  9.  
  10.   - jar.exe: This is the Windows executable that can be run from anywhere.
  11.   - jar.txt: The file you are reading now.
  12.   - jar.dat: Sample data file for "jar.exe" to read
  13.   - file_id.diz : A description of the ZIP file.
  14.     
  15.  
  16. Just copy both "jar.exe and "jar.dat" to the same directory, and edit
  17. the "jar.dat" file with any ascii editor.  Here's the format:
  18.  
  19.     XX YY "<comment>"   Where XX is the month and YY is the day
  20.  
  21. Here is an example: 06 22 "Robs Birthday"
  22.  
  23. NOTE: put quotes around the <comment> so the program will read the
  24. rest of the line (like in the example). The 1st line of the file "jar.dat"
  25. will not be read by the program.  It is used for a comment.
  26.  
  27. You can have as many entries in this file as you like, just make sure each
  28. one is on a new line.
  29.  
  30. Now, add the program "jar.exe" to your "startup" folder so Windows will run
  31. it everytime you start up.  If the month matches, and its either 1 week away,
  32. 3 days away or the same day, you will get a dialog to remind you.  It will
  33. display the <comment> parameter from the "jar.dat" file.  The program will 
  34. just exit if none of those cases are true.
  35.         
  36.  
  37. Legal Stuff
  38. ===========
  39.  
  40.  The programmer cannot accept responsibility for any damages that may be
  41.  incurred by the use of JAR.
  42.  
  43.  
  44. Release Info
  45. ============
  46.  
  47.  - The major difference between v1.0 and v2.0 is the fact that this one takes
  48.    into account leap year, and v2.0 works if your day month is in the
  49.    beginning of the month. 
  50.  - Version 2.1 fixed a minor bug in the total number of days in the year
  51.    when it was leap year.  
  52.  - Version 2.2 E-Mail address change, cleaned up code to run faster.
  53.  
  54.  
  55. JAR was written by R. Zino. EMail me at "rzino@abraxis.com" with any comments.
  56.     
  57. EOF